home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / Girder / girder331c.exe / {app} / Girder.exe / 0 / RCDATA / TFLYEDITOR / TFLYEDITOR.txt
Text File  |  2004-05-19  |  6KB  |  290 lines

  1. object FlyEditor: TFlyEditor
  2.   Left = 209
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'FlyNodes Editor'
  6.   ClientHeight = 393
  7.   ClientWidth = 709
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 495
  22.     Top = 7
  23.     Width = 73
  24.     Height = 16
  25.     Caption = '&ImageIndex:'
  26.     FocusControl = ImageText
  27.   end
  28.   object Label2: TLabel
  29.     Left = 495
  30.     Top = 39
  31.     Width = 66
  32.     Height = 16
  33.     Caption = '&StateIndex:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 495
  37.     Top = 69
  38.     Width = 89
  39.     Height = 16
  40.     Caption = 'S&electedIndex:'
  41.     FocusControl = SelectedText
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 0
  45.     Top = 348
  46.     Width = 709
  47.     Height = 45
  48.     Align = alBottom
  49.     BevelOuter = bvNone
  50.     TabOrder = 7
  51.     object Add: TButton
  52.       Left = 9
  53.       Top = 6
  54.       Width = 80
  55.       Height = 31
  56.       Caption = '&Add'
  57.       TabOrder = 0
  58.       OnClick = AddClick
  59.     end
  60.     object Button2: TButton
  61.       Left = 93
  62.       Top = 6
  63.       Width = 80
  64.       Height = 31
  65.       Caption = 'Add &Child'
  66.       TabOrder = 1
  67.       OnClick = Button2Click
  68.     end
  69.     object Button1: TButton
  70.       Left = 177
  71.       Top = 6
  72.       Width = 80
  73.       Height = 31
  74.       Caption = '&Delete'
  75.       TabOrder = 2
  76.       OnClick = Button1Click
  77.     end
  78.     object Button4: TButton
  79.       Left = 261
  80.       Top = 6
  81.       Width = 80
  82.       Height = 31
  83.       Caption = 'C&lear'
  84.       TabOrder = 3
  85.       OnClick = Button4Click
  86.     end
  87.     object MoveUpBtn: TButton
  88.       Left = 345
  89.       Top = 6
  90.       Width = 80
  91.       Height = 31
  92.       Caption = 'Move &Up'
  93.       TabOrder = 4
  94.       OnClick = MoveUpBtnClick
  95.     end
  96.     object MovedownBtn: TButton
  97.       Left = 429
  98.       Top = 6
  99.       Width = 80
  100.       Height = 31
  101.       Caption = 'Move D&own'
  102.       TabOrder = 5
  103.       OnClick = MovedownBtnClick
  104.     end
  105.     object Button7: TButton
  106.       Left = 513
  107.       Top = 6
  108.       Width = 80
  109.       Height = 31
  110.       Caption = 'Add C&ell'
  111.       TabOrder = 6
  112.       OnClick = Button7Click
  113.     end
  114.     object Button8: TButton
  115.       Left = 599
  116.       Top = 6
  117.       Width = 80
  118.       Height = 31
  119.       Caption = 'Clea&r Cells'
  120.       TabOrder = 7
  121.       OnClick = Button8Click
  122.     end
  123.   end
  124.   object ImageText: TEdit
  125.     Left = 587
  126.     Top = 4
  127.     Width = 120
  128.     Height = 24
  129.     TabOrder = 1
  130.     OnChange = SelectedTextChange
  131.     OnKeyPress = ImageTextKeyPress
  132.   end
  133.   object SelectedText: TEdit
  134.     Left = 587
  135.     Top = 64
  136.     Width = 120
  137.     Height = 24
  138.     TabOrder = 2
  139.     OnChange = SelectedTextChange
  140.     OnKeyPress = ImageTextKeyPress
  141.   end
  142.   object Closebtn: TButton
  143.     Left = 607
  144.     Top = 183
  145.     Width = 99
  146.     Height = 30
  147.     Caption = 'OK'
  148.     ModalResult = 1
  149.     TabOrder = 3
  150.   end
  151.   object CancelBtn: TButton
  152.     Left = 607
  153.     Top = 226
  154.     Width = 100
  155.     Height = 30
  156.     Caption = 'Cancel'
  157.     ModalResult = 2
  158.     TabOrder = 4
  159.   end
  160.   object Button5: TButton
  161.     Left = 498
  162.     Top = 112
  163.     Width = 210
  164.     Height = 31
  165.     Hint = 'Current values will be used as default values'
  166.     Caption = 'Set as Default Values'
  167.     ParentShowHint = False
  168.     ShowHint = True
  169.     TabOrder = 5
  170.     OnClick = Button5Click
  171.   end
  172.   object ApplyBtn: TButton
  173.     Left = 607
  174.     Top = 148
  175.     Width = 99
  176.     Height = 30
  177.     Caption = 'Apply'
  178.     TabOrder = 6
  179.     OnClick = ApplyBtnClick
  180.   end
  181.   object DeptsTree: TRapidTree
  182.     Left = 0
  183.     Top = 0
  184.     Width = 489
  185.     Height = 348
  186.     FitToHeight = False
  187.     DoubleBuffered = False
  188.     Align = alLeft
  189.     TransparentMode = False
  190.     RowCount = 1
  191.     FixedRows = 0
  192.     Options = [goRangeSelect, goDrawFocusSelected, goRowMoving, goEditing, goThumbTracking]
  193.     PopupMenu = PopupMenu1
  194.     TabOrder = 0
  195.     OnColumnMoved = DeptsTreeColumnMoved
  196.     OnKeyDown = DeptsTreeKeyDown
  197.     OnSelectCell = DeptsTreeSelectCell
  198.     OnEdited = DeptsTreeEdited
  199.     OnColumnWidthChanged = DeptsTreeColumnWidthChanged
  200.     HideSelection = False
  201.     Showlines = True
  202.     ShowRoot = True
  203.     ShowButtons = True
  204.     ShowImages = False
  205.     ShowLogic = False
  206.     SortType = stNone
  207.     WordWrap = False
  208.     AutoMove = True
  209.     ToolTips = False
  210.     AutoExpand = False
  211.     TooltipColor = clInfoBk
  212.     ToolTipPause = 1000
  213.     StatesDrawed = True
  214.     ColWidths = (
  215.       485)
  216.     Data = {
  217.       8900000001000000060854466C794E6F646577000000060943656C6C73546578
  218.       741300000006020D0A060648696464656E2000000000060A496D616765496E64
  219.       65783400000000000000060D53656C6563746564496E6465784B000000000000
  220.       00060A5374617465496E6465785F000000000000000604546578747300000006
  221.       0854466C794E6F646500000000}
  222.   end
  223.   object Button3: TButton
  224.     Left = 607
  225.     Top = 258
  226.     Width = 100
  227.     Height = 30
  228.     Caption = 'Load Nodes'
  229.     TabOrder = 8
  230.     OnClick = Button3Click
  231.   end
  232.   object Button6: TButton
  233.     Left = 607
  234.     Top = 292
  235.     Width = 100
  236.     Height = 30
  237.     Caption = 'Save Nodes'
  238.     TabOrder = 9
  239.     OnClick = Button6Click
  240.   end
  241.   object StateText: TComboBox
  242.     Left = 587
  243.     Top = 32
  244.     Width = 120
  245.     Height = 24
  246.     Style = csDropDownList
  247.     ItemHeight = 16
  248.     Items.Strings = (
  249.       'EMPTY'
  250.       'UNCHECKED'
  251.       'CHECKED'
  252.       'GRAYED'
  253.       'OPTIONED'
  254.       'UNOPTIONED')
  255.     TabOrder = 10
  256.     OnChange = SelectedTextChange
  257.   end
  258.   object Aligns: TRadioGroup
  259.     Left = 496
  260.     Top = 148
  261.     Width = 103
  262.     Height = 87
  263.     Caption = 'Alignment'
  264.     ItemIndex = 0
  265.     Items.Strings = (
  266.       'Left'
  267.       'Right'
  268.       'Center')
  269.     TabOrder = 11
  270.     Visible = False
  271.     OnClick = AlignsClick
  272.   end
  273.   object PopupMenu1: TPopupMenu
  274.     Left = 208
  275.     Top = 114
  276.     object EnumerateImageIndexes1: TMenuItem
  277.       Caption = 'Enumerate ImageIndexes'
  278.       OnClick = ImageIndex1Click
  279.     end
  280.     object EnumerateSelectedIndexes1: TMenuItem
  281.       Caption = 'Enumerate &SelectedIndexes'
  282.       OnClick = EnumerateSelectedIndexes1Click
  283.     end
  284.     object EnumerateBoth1: TMenuItem
  285.       Caption = 'Enumerate &Both'
  286.       OnClick = EnumerateBoth1Click
  287.     end
  288.   end
  289. end
  290.